|
|
|
|
ButtonHighlightColor Property, ScrollingClass Class |
Defines the scroll button and Close, Minimize, Restore button highlight color.
Syntax ScrollingClass Class (Softelvdm.SftTabsNET)
VB |
Public Property ButtonHighlightColor As Color |
C# |
public Color ButtonHighlightColor { get; set; } |
C++ |
public: property Color ButtonHighlightColor { |
Property Value
The color of the area of the scroll buttons and Close, Minimize, Restore buttons exposed to a light source.
The default value is SystemColors.ControlLightLight.
Comments
The ButtonHighlightColor property defines the scroll button and Close, Minimize, Restore button highlight color.
If the tab control uses Windows themes and the buttons are defined to use themes (see ButtonStyle), the ButtonBackColor property has no effect.